func hash/crc32.tableSum

3 uses

	hash/crc32 (current package)
		crc32.go#L173: 	b = byteorder.BEAppendUint32(b, tableSum(d.tab))
		crc32.go#L190: 	if tableSum(d.tab) != byteorder.BEUint32(b[4:]) {
		crc32.go#L244: func tableSum(t *Table) uint32 {